Configurates
C1.Web.Mvc.DataLabelBase.ConnectingLine. Sets a value indicating whether to draw lines that connect labels to the data points.
Syntax
'Declaration
Public Function ConnectingLine( _
ByVal As Boolean _
) As TBuilder
public TBuilder ConnectingLine(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also